home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 May / GSSH0504TT.iso / Patches / Sacred / sacred_ger_1.6.exe / {code_Ziel} / Update.exe / install_script.iss
Text File  |  2004-04-15  |  4KB  |  56 lines

  1. ;InnoSetupVersion=4.2.1
  2.  
  3. [Setup]
  4. AppName=RTPatch
  5. AppVerName=RTPatch Update
  6. AppId=RTPatch
  7. AppPublisher=PocketSoft
  8. AppPublisherURL=http://www.pocketsoft.com/
  9. AppSupportURL=http://www.pocketsoft.com/
  10. AppUpdatesURL=http://www.pocketsoft.com/
  11. DefaultDirName={cf}\PocketSoft\RTPatch\AutoRTP
  12. OutputBaseFilename=Update
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. DisableDirPage=yes
  16. DisableProgramGroupPage=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\artpclnt.dll"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  22. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\artpcsch.cnt"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  23. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\artpcsch.hlp"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  24. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\artpschd.exe"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  25. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\cabarc.exe"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  26. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\chktrust.exe"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  27. Source: "{cf}\PocketSoft\RTPatch\AutoRTP\patchw32.dll"; DestDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsneveruninstall ignoreversion 
  28.  
  29. [Registry]
  30. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch"; ValueType: String; ValueData: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsdeletekeyifempty 
  31. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch"; ValueName: "Devel Version"; ValueType: String; ValueData: "8.00.000"; Flags: uninsdeletekeyifempty 
  32. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch"; ValueName: "Path"; ValueType: String; ValueData: "{cf}\PocketSoft\RTPatch\AutoRTP"; Flags: uninsdeletekeyifempty 
  33. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch\client\{{CF0FB22F-7EC5-4224-8346-58826EF6800D}"; Flags: deletekey 
  34. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch\client\{{CF0FB22F-7EC5-4224-8346-58826EF6800D}"; ValueName: "Company"; ValueType: String; ValueData: "Ascaron Entertainment GmbH"; Flags: uninsdeletekey 
  35. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch\client\{{CF0FB22F-7EC5-4224-8346-58826EF6800D}"; ValueName: "Name"; ValueType: String; ValueData: "Sacred"; Flags: uninsdeletekey 
  36. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch\client\{{CF0FB22F-7EC5-4224-8346-58826EF6800D}"; ValueName: "Url"; ValueType: String; ValueData: "http://ascaron.org/rtpatch/sacred"; Flags: uninsdeletekey 
  37. Root: HKLM; Subkey: "Software\PocketSoft\RTPatch\AutoRTPatch\client\{{CF0FB22F-7EC5-4224-8346-58826EF6800D}"; ValueName: "Version"; ValueType: String; ValueData: "1.6.0.2"; Flags: uninsdeletekey 
  38.  
  39. [Run]
  40. Filename: "{cf}\PocketSoft\RTPatch\AutoRTP\artpschd.exe"; Parameters: "-n:{{CF0FB22F-7EC5-4224-8346-58826EF6800D}"; WorkingDir: "{cf}\PocketSoft\RTPatch\AutoRTP"; 
  41.  
  42. [CustomMessages]
  43. default.AdditionalIcons=Additional icons:
  44. default.CreateDesktopIcon=Create a &desktop icon
  45. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  46. default.ProgramOnTheWeb=%1 on the Web
  47. default.UninstallProgram=Uninstall %1
  48. default.LaunchProgram=Launch %1
  49. default.AssocFileExtension=&Associate %1 with the %2 file extension
  50. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  51.  
  52. [Languages]
  53. ; These files are stubs
  54. ; To achieve better results after recompilation, use the real language files
  55. Name: "default"; MessagesFile: "embedded\default.isl"; 
  56.